Adwaita: Drop decoration.ssd selector
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Feb 2016 05:55:41 +0000 (00:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Feb 2016 05:55:41 +0000 (00:55 -0500)
We've settled on window.ssd decoration instead.

https://bugzilla.gnome.org/show_bug.cgi?id=760714

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index d1c09bf56610da640dea9738e7910b74ee3da50e..4b7d32c215c792aab484e517d9bdfd236b81e374 100644 (file)
@@ -3538,8 +3538,7 @@ decoration {
   .popup & { box-shadow: none; }
 
   // server-side decorations as used by mutter
-  .ssd &,
-  &.ssd { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows
+  .ssd & { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows
 
   .csd.popup & {
     border-radius: 0;
index 126270d61f6d1465d0f3df16f6db79d8693e8680..d7ccbb1074af3eb7887a21a69a6cae61e8dce605 100644 (file)
@@ -3750,7 +3750,7 @@ decoration {
     border-radius: 0; }
   .popup decoration {
     box-shadow: none; }
-  .ssd decoration, decoration.ssd {
+  .ssd decoration {
     box-shadow: 0 0 0 1px rgba(28, 31, 31, 0.9); }
   .csd.popup decoration {
     border-radius: 0;
index 04514dc41c698e0b5881d2a34b6a622e84aafb06..2a1d3793bc09356939e6833f67be485ee9abc7c2 100644 (file)
@@ -3783,7 +3783,7 @@ decoration {
     border-radius: 0; }
   .popup decoration {
     box-shadow: none; }
-  .ssd decoration, decoration.ssd {
+  .ssd decoration {
     box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); }
   .csd.popup decoration {
     border-radius: 0;